DoubleNINumericDoubleNIsGreaterThanOrEqualTo Method
Determines whether the current value is greater than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<DoubleN>.IsGreaterThanOrEqualTo(
DoubleN value
)
Private Function IsGreaterThanOrEqualTo (
value As DoubleN
) As Boolean Implements INumeric(Of DoubleN).IsGreaterThanOrEqualTo
private:
virtual bool IsGreaterThanOrEqualTo(
DoubleN value
) sealed = INumeric<DoubleN>::IsGreaterThanOrEqualTo
private abstract IsGreaterThanOrEqualTo :
value : DoubleN -> bool
private override IsGreaterThanOrEqualTo :
value : DoubleN -> bool
- value DoubleN
- The value to compare with the current value.
Boolean if the current value is greater than or equal to
value; otherwise,
.
INumericTSelfIsGreaterThanOrEqualTo(TSelf)